README for "INPUT_DIR":
-----------------------

This directory contain the following files:
------------------------------------------------------------------------------
S.no   File name            Description
------------------------------------------------------------------------------
  1     varlist             varlist contain the configuration variables
                            which need to be enabled and build the CELinux
                            kernel for kernel size testing.

  2.   baseline_config      Its a baseline configuration file for build
                            the CELinux kernel.
------------------------------------------------------------------------------


=============================================================================
Activity Log: (Put LATEST entry at TOP of list)
=============================================================================
dd mm yyyy  <Text for status change - DO NOT DELETE/MODIFY THIS LINE>
                                                                                
07 Mar 2005  Added multiple configuration variable support in Step1
             script. Now, we can enable multiple config variables
             and get the Kernel size information. Sample varlist file
             can as follows:
----
CONFIG_MODULES #
CONFIG_MODULES  CONFIG_KMOD #
CONFIG_MODULES  CONFIG_KMOD CONFIG_MODULES
----
              Note: A set of config variables are separated by '#' character.
